home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Fitts / MenuItems.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-30  |  462 b   |  15 lines

  1. /* MenuItems.h generated from MenuItems.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef MENUITEMS_H
  6. #define MENUITEMS_H
  7.  
  8. extern void menu_rect(float x, float y, float rect_height, float rect_width);
  9.  
  10. extern void menu_pie(float x, float y, float ang, float angle_covered, float covered_radius, float menu_radius);
  11.  
  12. extern void menu_pie_rect(float x, float y, float menu_radius, float angle, float width, float height);
  13.  
  14. #endif MENUITEMS_H
  15.